www.gusucode.com > 智睿学校网站管理系统 V2.20 > 智睿学校网站管理系统 V2.20\code\Seamar.asp

    <!--#include file="Include/conn.asp"-->
<!--#include file="Include/Fun_SqlIn.Asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>成绩查询中心 - <%=SiteTitle%></title>
<meta name="keywords" content="<%=Sitekeywords%>" />
<meta name="description" content="<%=Sitedescription%>" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="images/lelv.js"></script>
</head>
<body>
<%head()%>
<table width="950" border="0" cellspacing="0" cellpadding="0"  class="main_class" align="center">
    <tr>
      <td width="240" height="400" valign="top" >
	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="Ma_left">&nbsp;关于我们</td>
	  </tr>
	</table>
	  <%=WebMenu()%>	  
	  </td>
      <td width="5"></td>
      <td valign="top" class="viewright">
	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr >
          <td width="15"  align="center" ></td>
          <td align="left" style='line-height:30px;border-bottom:2px solid #94C6E1;'><img src="Images/ico01.gif" width="12" height="12"> <a href="../index.asp">首页</a><img src="Images/Arrow_02.gif" width="13" height="12" align="absmiddle">成绩查询</td>
		  <td width="15"  class="Location">&nbsp;</td>
        </tr>
      </table>
      <table width="60%" height="150" border="0" align="center" cellpadding="0" cellspacing="0" background="Images/cg.png" style="margin-top:30px;">
        <form id="form1" name="form1" method="post" action="">
		<tr>
          <td align="center"><h3 color="#FFFFFF">成绩查询</h3></td>
        </tr>
        <tr>
          <td height="30" style="padding-left:50px;">准考证号:<input name="xuehao" type="text" class="input1" /></td>
        </tr>
        <tr>
          <td height="30" style="padding-left:50px;">考生姓名:<input name="UserName" type="text" class="input1" /></td>
        </tr>
        <tr>
          <td align="center">
		  <input name="Mark" type="hidden"   value="Mark" /> 
		  <input name="Submit" type="submit" class="but1" value="提交" /> 
		  <input name="Submit2" type="reset" class="but1" value="重置" />
		  </td>
        </tr>
		</form>
      </table>
	  <%chenji()%>
	  </td>
    </tr>
  </table>
<%Bottom()%>
</body>
</html>